home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / Patchmix / Source / Patchmix.h < prev    next >
Text File  |  1992-07-31  |  78b  |  7 lines

  1. typedef struct {
  2.     char file[80];
  3.     char directory[80];
  4.     float p[18];
  5. } SCORE;
  6.  
  7.